You are here: Symbol Reference > Stimulsoft.Base Namespace > StiCompiler Class > StiCompiler Methods > Compile Method > Compile Method (string, string, LanguageType, StiOutputType, string[])
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiCompiler.Compile Method (string, string, LanguageType, StiOutputType, string[])

Compile text to code.

Syntax
C++
C#
Visual Basic
public: CompilerResults Compile( string textToCompile, string outputAssembly, LanguageType languageType, StiOutputType outputType, string[] referencedAssemblies );
Parameters
Parameters 
Description 
textToCompile 
Text for compiling. 
outputAssembly 
Path where place the result of compiling, if way is not specified result place in memories. 
outputType 
Type of the result to compiling. 
referencedAssemblies 
Referenced assemblies 
Returns

Result of compiling.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.